Module-level declarations

Functions

function find_distinct_original_names_by_interface(interface_name: text): list<(display_name: text,)>
Link copied to clipboard
function find_listed_originals_by_interface(interface_name: text, p_from: p_from, page_size: integer): (count: integer, instances: list<map<text, gtv?>>, last_p_from: p_from)
function find_listed_originals_by_interface_price_range(interface_name: text, min: integer, max: integer, p_from: p_from, page_size: integer): (count: integer, instances: list<map<text, gtv?>>, last_p_from: p_from)
Link copied to clipboard
Link copied to clipboard
function find_original_instances_by_owner_id(owner_id: byte_array, p_from: p_from, page_size: integer): (count: integer, instances: list<map<text, gtv?>>, last_p_from: p_from)
function find_original_instances_by_owner_id_and_status(owner_id: byte_array, listed_state: boolean, p_from: p_from, page_size: integer): (count: integer, instances: list<map<text, gtv?>>, last_p_from: p_from)
Link copied to clipboard
function find_originals_by_creator_id(creator_id: byte_array, p_from: p_from, page_size: integer): (count: integer, instances: list<map<text, gtv?>>, last_p_from: p_from)
Link copied to clipboard
Link copied to clipboard
function map_instances_to_query_result(instances: list<instance>, p_from: p_from?): (count: integer, instances: list<map<text, gtv?>>, last_p_from: p_from)
Link copied to clipboard
function map_original_instance(instance: instance): map<text, gtv?>
Link copied to clipboard
function search(text: text): (type: text, hit: gtv)?